projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03bf85b
)
reftests: fix background-size reftest
author
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 30 Apr 2012 16:54:45 +0000
(12:54 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 30 Apr 2012 17:13:46 +0000
(13:13 -0400)
We have to be careful and not set the background on the labels
themselves.
https://bugzilla.gnome.org/show_bug.cgi?id=670743
tests/reftests/background-size.css
patch
|
blob
|
history
diff --git
a/tests/reftests/background-size.css
b/tests/reftests/background-size.css
index 5dbff99984de7dbff66242ea675dee532c784c16..aae6f9f3502b3a1011c2419ccf0f4ee0f58714ee 100644
(file)
--- a/
tests/reftests/background-size.css
+++ b/
tests/reftests/background-size.css
@@
-1,6
+1,6
@@
@import "reset-to-defaults.css";
-
*
{
+
.button
{
background-image: url("border-image-balls.png");
color: black;
text-shadow: 1px 1px white;